home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / gambo / yasai.dxr / 00005.ls < prev    next >
Encoding:
Text File  |  1995-02-13  |  352 b   |  19 lines

  1. on exitFrame
  2.   global kyurifillin
  3.   repeat while kyurifillin <> 2
  4.     if not soundBusy(1) then
  5.       puppetSound("PianoFillIn")
  6.       updateStage()
  7.       set kyurifillin to kyurifillin + 1
  8.       next repeat
  9.     end if
  10.     nothing()
  11.   end repeat
  12.   startTimer()
  13.   repeat while the timer < 30
  14.     nothing()
  15.   end repeat
  16.   set kyurifillin to 0
  17.   go(1)
  18. end
  19.